internal/reflectlite.rtype.chanDir (method)

4 uses

	internal/reflectlite (current package)
		type.go#L586: func (t *rtype) chanDir() chanDir {
		type.go#L880: 		if V.chanDir() == bothDir && haveIdenticalType(T.Elem(), V.Elem(), cmpTags) {
		type.go#L885: 		return V.chanDir() == T.chanDir() && haveIdenticalType(T.Elem(), V.Elem(), cmpTags)